IAxis.SetSlaveHomeOffset method
Sets the home offset distance the axis adds to the home position to configure its zero position once the homing is completed.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IKsCommand SetSlaveHomeOffset(
double slaveHomeOffset
)
Function SetSlaveHomeOffset(
slaveHomeOffset As Double
)As IKsCommand
Parameters
slaveHomeOffset
Type: double
The distance the axis adds to the home position to configure its zero position once the homing is completed.
Return value
Type: IKsCommand
Returns the states of a method.
See also